const go/types._WrongAssignCount

6 uses

	go/types (current package)
		assignments.go#L307: 			check.errorf(rhs0, _WrongAssignCount, "assignment mismatch: %s but %s returns %s", vars, call.Fun, vals)
		assignments.go#L311: 	check.errorf(rhs0, _WrongAssignCount, "assignment mismatch: %s but %s", vars, vals)
		assignments.go#L352: 			check.errorf(rhs[0], _WrongAssignCount, "cannot initialize %d variables with %d values", len(lhs), len(rhs))
		assignments.go#L390: 			check.errorf(rhs[0], _WrongAssignCount, "cannot assign %d values to %d variables", len(rhs), len(lhs))
		errorcodes.go#L154: 	_WrongAssignCount
		resolver.go#L60: 	const code = _WrongAssignCount